StringifyCallbackType
import { StringifyCallbackType } from "@hyper-fetch/core"
Description
Defined in client/client.types.ts:54
Preview
type StringifyCallbackType = (queryParams: QueryParamsType | string | NegativeTypes) => string;
Structure
(queryParams: QueryParamsType | string | NegativeTypes) => string